@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.head-index .logo {
  line-height: 120px;
}

.head-index .headr {
  width: 890px;
}

.head-index .headr .headr1 .tel {
  background: url(//static.xypt.net.cn/a2287624/21/07/f631f8623b8fc9ce7c67b6f90a4447251724af3f.png) no-repeat left center;
  color: #e94f25;
  font-size: 27px;
  font-weight: bold;
  padding-left: 46px;
  font-style: italic;
  margin-right: 44px;
  margin-top: 12px;
  line-height: 36px;
  height: 36px;
}

.head-index .headr .headr1 .seo {
  color: #565656;
  font-size: 13px;
  line-height: 36px;
  margin-top: 12px;
}

.head-index .headr .headr1 .seo a {
  color: #565656;
}

/**/
.ss-bg {
  border-bottom: 1px solid #dfdfdf;
}

.ss-bg .ss-index {
  padding: 22px 0;
}

.ss-bg .ss-index .hot {
  line-height: 36px;
  color: #222222;
  font-size: 16px;
}

.ss-bg .ss-index .hot a {
  color: #393939;
  font-size: 14px;
  padding-right: 20px;
}

#formsearch {
  width: 310px;
  float: right;
}

#formsearch input {
  height: 30px;
  background: none;
  border: none;
  line-height: 30px;
}

#formsearch input#keyword {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  color: #9fa0a0;
  font-size: 12px;
  width: 240px;
  border: 1px solid #dfdfdf;
}

#formsearch input#s_btn {
  width: 60px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  float: right;
  padding: 0;
  background: #666464;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9fa0a0;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9fa0a0;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9fa0a0;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9fa0a0;
}

/**/
.put {
  text-align: center;
}

.put h3 {
  color: #000000;
  font-size: 36px;
}

.put h3 span {
  color: #e94f25;
}

.put h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  padding-top: 20px;
}

.tt {
  display: none;
}

.mc-index {
  margin-top: 60px;
}

.mc-index .psort {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.mc-index .psort li {
  margin: 0 60px;
  text-align: center;
}

.mc-index .psort li a .img1 {
  width: 80px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
}

.mc-index .psort li a .img1 img {
  width: 80px;
  height: 80px;
  transition: 0.5s;
}

.mc-index .psort li a .pt {
  color: #222222;
  font-size: 16px;
  padding-top: 12px;
}

.mc-index .psort li:hover a .img1 img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}

.mc-index .plist2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.mc-index .plist2 li {
  width: 376px;
  margin-bottom: 30px;
}

.mc-index .plist2 li .img1 img {
  width: 376px;
  height: 260px;
}

.mc-index .plist2 li .zi {
  background: #f6f6f6;
  height: 50px;
  padding: 0 22px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mc-index .plist2 li .zi h3 {
  color: #000000;
  font-size: 16px;
}

.mc-index .plist2 li .zi h4 {
  color: #666464;
  font-size: 14px;
}

.mc-index .p-more {
  width: 180px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #a0a0a0;
  margin-top: 6px;
}

.mc-index .p-more a {
  display: block;
  color: #393939;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
}

/**/
.about-bg {
  background: url(//static.xypt.net.cn/a2287624/21/07/7f4638d9631079f133ec57dd7ded9cc426f34a77.jpg) no-repeat top center;
  height: 750px;
  overflow: hidden;
  margin-top: 50px;
}

.about-bg .about-index {
  padding-top: 80px;
}

.about-bg .about-index .aboutl {
  width: 540px;
}

.about-bg .about-index .aboutl h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.about-bg .about-index .aboutl h4 {
  color: #fff;
  font-size: 32px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.about-bg .about-index .aboutl p {
  color: #ffffff;
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
}

.about-bg .about-index .aboutl a {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e94f25;
  margin-top: 28px;
}

.about-bg .about-index .aboutr {
  width: 600px;
  position: relative;
}

.about-bg .about-index .aboutr .hd {
  position: absolute;
  bottom: 10px;
  z-index: 9999;
  right: 10px;
}

.about-bg .about-index .aboutr .hd ul {
  text-align: right;
}

.about-bg .about-index .aboutr .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eeeeee;
  text-indent: 20000px;
  margin: 0 5px;
}

.about-bg .about-index .aboutr .hd ul li.on {
  background: #e94f25;
}

.about-bg .hezuo-roll {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 39px 0;
  margin-top: 60px;
}

.about-bg .hezuo-roll .hezuol {
  width: 200px;
}

.about-bg .hezuo-roll .hezuol .he1 {
  color: #ffffff;
  font-size: 32px;
}

.about-bg .hezuo-roll .hezuol .he2 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.about-bg .hezuo-roll .hezuor {
  width: 1000px;
  position: relative;
}

.about-bg .hezuo-roll .hezuor .hd .next {
  position: absolute;
  left: -200px;
  top: 74px;
}

.about-bg .hezuo-roll .hezuor .hd .prev {
  position: absolute;
  left: -135px;
  top: 74px;
}

.about-bg .hezuo-roll .hezuor .bd ul li {
  float: left;
  width: 184px;
  margin: 0 9px;
}

.about-bg .hezuo-roll .hezuor .bd ul li .img1 img {
  width: 184px;
  height: 90px;
}

/**/
.jjfa-index {
  margin-top: 70px;
}

.jjfa-index .jjfa-left {
  width: 890px;
}

.jjfa-index .jjfa-left .j1 h3 {
  color: #e94f25;
  font-size: 32px;
}

.jjfa-index .jjfa-left .j1 h4 {
  color: #000000;
  font-size: 32px;
  padding-top: 10px;
}

.jjfa-index .jjfa-left .jjfa-roll {
  margin-top: -80px;
  position: relative;
}

.jjfa-index .jjfa-left .jjfa-roll .hd {
  position: absolute;
  bottom: 0;
  right: 0;
}

.jjfa-index .jjfa-left .jjfa-roll .hd ul li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-left: 18px;
}

.jjfa-index .jjfa-left .jjfa-roll .hd ul li.on {
  background: #e94f25;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li {
  height: 440px;
  position: relative;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li .wz {
  width: 450px;
  height: 320px;
  background: #f6f6f6;
  padding: 30px 40px;
  float: left;
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li .wz .wz1 {
  color: #000000;
  font-size: 24px;
  padding-top: 10px;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li .wz .wz1 span {
  font-size: 16px;
  color: #525252;
  padding-left: 10px;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li .wz .wz2 {
  color: #191919;
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li .wz .wz3 {
  width: 120px;
  height: 36px;
  border: 1px solid #a0a0a0;
  margin-top: 25px;
  line-height: 34px;
  color: #000000;
  font-style: 14px;
  text-align: center;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li .img1 {
  width: 620px;
  height: 370px;
  float: right;
}

.jjfa-index .jjfa-left .jjfa-roll .bd .jjfa-list li .img1 img {
  width: 620px;
  height: 370px;
}

.jjfa-index .jjfa-right {
  width: 260px;
}

.jjfa-index .jjfa-right .ghhga_tit {
  background: #393939;
  height: 90px;
  box-sizing: border-box;
  padding: 20px 0 0 25px;
}

.jjfa-index .jjfa-right .ghhga_tit h2 {
  color: #ffffff;
  font: 500 20px/28px "微软雅黑";
  background: url(//static.xypt.net.cn/a2287624/21/07/0c503ef5ec0f43447f0631846c656489b12636ed.png) no-repeat left center;
  padding-left: 62px;
}

.jjfa-index .jjfa-right .ghhga_tit h2 span {
  display: block;
  color: #ffffff;
  font: 500 14px/22px "微软雅黑";
}

.demo-ys {
  background: #f9f9f9;
  height: 350px;
  box-sizing: border-box;
  padding: 30px 28px 0;
}

.demo-ys input[type='text'],
.demo-ys textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
  outline: none;
  margin-bottom: 10px;
}

.demo-ys input[type='text']::-webkit-input-placeholder,
.demo-ys textarea::-webkit-input-placeholder {
  color: #afafaf;
}

.demo-ys input[type='text']:-ms-input-placeholder,
.demo-ys textarea:-ms-input-placeholder {
  color: #afafaf;
}

.demo-ys input[type='text']::-ms-input-placeholder,
.demo-ys textarea::-ms-input-placeholder {
  color: #afafaf;
}

.demo-ys input[type='text']::placeholder,
.demo-ys textarea::placeholder {
  color: #afafaf;
}

.demo-ys textarea {
  padding-top: 5px;
  height: 78px;
  resize: none;
}

.demo-ys #checkcode {
  float: left;
  width: 104px;
  margin-bottom: 0;
}

.demo-ys .x-submit {
  width: 100%;
  height: 44px;
  background: #e94f25;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 18px;
}

.demo-ys .x-submit:hover {
  /* background: #000; */
}

/*  */
.cy1 {
  width: 100%;
  padding-top: 90px;
  background-color: #f2f2f2;
  height: 580px;
  margin-top: 60px;
}

.c-bdy {
  position: relative;
  width: 100%;
}

.cy1 .cyfl {
  width: 500px;
  height: 580px;
  overflow: hidden;
  float: left;
  position: absolute;
  z-index: 999;
  top: -4%;
}

.cy1 .cyfl img {
  width: 100%;
  height: 100%;
  /* position:absolute; */
  top: -10px;
}

.cy1 .cyfr {
  width: 700px;
  background: #fff;
  position: relative;
  padding: 17% 3% 12px 4%;
  float: right;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  height: 540px;
}

.cy1 .cyfr .t-cy1 {
  width: 700px;
  height: 190px;
  text-align: left;
  border: 1px solid #e94f25;
  position: absolute;
  z-index: 99999999;
  top: -50px;
  left: -10%;
  padding-left: 17%;
  padding-top: 70px;
}

.cy1 .cyfr .t-cy1 h2 {
  font-size: 36px;
  color: #e94f25;
  font-weight: 500;
}

.cy1 .cyfr .t-cy1 dd {
  font-size: 24px;
  color: #666666;
  margin-top: 15px;
}

.cy1 .cyfr .t-cy2 {
  position: absolute;
  top: 160px;
  font-size: 16px;
  color: #000000;
}

.cy1 .cyfr .cy-bd ul {
  width: 100%;
}

.cy1 .cyfr .cy-bd ul li {
  float: left;
  position: relative;
  width: 275px;
  height: 80px;
  margin-bottom: 20px;
}

.cy1 .cyfr .cy-bd ul li .img1 {
  position: absolute;
  top: 12px;
  width: 56px;
  height: 56px;
  background: #666464;
  border-radius: 6px;
  z-index: 999;
}

.cy1 .cyfr .cy-bd ul li .wz {
  width: 250px;
  border: 1px solid #dcdcdc;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 46px;
}

.cy1 .cyfr .cy-bd ul li h3 {
  color: #000000;
  font-size: 16px;
  padding-top: 18px;
}

.cy1 .cyfr .cy-bd ul li h4 {
  color: #525252;
  font-size: 13px;
  padding-top: 10px;
}

.cy1 .cyfr .cy-bd ul li:nth-child(2n-1) {
  margin-right: 51px;
}

.cy1 .cyfr .cy-bd ul li:hover .img1 {
  background: #e94f25;
}

/**/
.case-index {
  margin-top: 136px;
}

.case-index .case-title {
  text-align: center;
}

.case-index .case-title h3 {
  color: #000000;
  font-size: 36px;
  background: url(//static.xypt.net.cn/a2287624/21/07/2a6c49a829d0e2ecec327109f386387094b04677.png) no-repeat center center;
}

.case-index .case-title h4 {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  padding-top: 12px;
}

.case-index .case-con {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.case-index .case-con .case1 {
  position: relative;
}

.case-index .case-con .case1 .hd .next {
  position: absolute;
  left: 20px;
  top: 423px;
  z-index: 999;
}

.case-index .case-con .case1 .hd .prev {
  position: absolute;
  right: 20px;
  top: 423px;
  z-index: 999;
}

.case-index .case-con .clist1 {
  width: 492px;
  height: 464px;
}

.case-index .case-con .clist1 li {
  position: relative;
}

.case-index .case-con .clist1 li .img1 img {
  width: 492px;
  height: 464px;
}

.case-index .case-con .clist1 li h3 {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  line-height: 60px;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}

.case-index .case-con .clist2 {
  width: 692px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.case-index .case-con .clist2 li {
  position: relative;
  width: 338px;
  margin-bottom: 16px;
}

.case-index .case-con .clist2 li .img1 img {
  width: 338px;
  height: 224px;
}

.case-index .case-con .clist2 li h3 {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}

.case-index .p-more {
  width: 180px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #a0a0a0;
  margin-top: 24px;
}

.case-index .p-more a {
  display: block;
  color: #393939;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
}

/**/
.news-index {
  margin-top: 55px;
}

.news-index .news-title {
  text-align: center;
}

.news-index .news-title h3 {
  color: #000000;
  font-size: 36px;
  background: url(//static.xypt.net.cn/a2287624/21/07/2a6c49a829d0e2ecec327109f386387094b04677.png) no-repeat center center;
}

.news-index .news-title h4 {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  padding-top: 12px;
}

.news-index .nlist1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.news-index .nlist1 li {
  width: 376px;
  margin-bottom: 26px;
}

.news-index .nlist1 li .img1 img {
  width: 376px;
  height: 200px;
}

.news-index .nlist1 li .n11 {
  color: #000000;
  font-size: 16px;
  padding-top: 15px;
}

.news-index .nlist1 li .n22 {
  color: #898989;
  font-size: 14px;
  padding-top: 5px;
}

.news-index .nlist1 li .n33 {
  color: #727171;
  font-size: 13px;
  line-height: 24px;
  margin: 14px 0;
}

.news-index .nlist1 li .n44 {
  color: #e94f25;
  font-size: 13px;
}

.news-index .p-more {
  width: 180px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #a0a0a0;
  margin-top: 12px;
  margin-bottom: 56px;
}

.news-index .p-more a {
  display: block;
  color: #393939;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
}

/**/
.link-bg {
  background: #f2f2f3;
  padding: 30px 0;
}

.link-bg .link-index {
  color: #393939;
  font-size: 16px;
}

.link-bg .link-index a {
  color: #817f7e;
  font-size: 13px;
  padding-right: 15px;
}

.link-bg .link-index a:hover {
  color: #e94f25;
}

/**/
.foot-bg {
  background: url(//static.xypt.net.cn/a2287624/21/07/6a9657d551e81aedfd96c54c78f63111f397d5a0.jpg) no-repeat top center;
  height: 540px;
  overflow: hidden;
  padding-top: 40px;
}

.foot-bg .foot-index .footl {
  width: 510px;
  margin-right: 70px;
}

.foot-bg .foot-index .footl .ftel .lx1 {
  color: #fff;
  padding-left: 50px;
  background: url(//static.xypt.net.cn/a2287624/21/07/10f30e7362da38eb080a801429349264eaba5176.png) no-repeat left center;
}

.foot-bg .foot-index .footl .ftel .lx1 p:nth-of-type(1) {
  font-size: 13px;
}

.foot-bg .foot-index .footl .ftel .lx1 p:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
}

.foot-bg .foot-index .footl .ftel .lx2 {
  margin-top: 30px;
}

.foot-bg .foot-index .footl .ftel .lx2 p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.foot-bg .foot-index .footl .ferq {
  margin-top: 7px;
}

.foot-bg .foot-index .footl .ferq p {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 40px;
}

.foot-bg .foot-index .xian {
  width: 1px;
  height: 280px;
  background: #575f65;
}

.foot-bg .foot-index .footr {
  width: 550px;
}

.foot-bg .foot-index .footr dl {
  width: 121px;
  float: left;
}

.foot-bg .foot-index .footr dl dt {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: normal;
}

.foot-bg .foot-index .footr dl dd a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  padding-bottom: 20px;
}

.foot-bg .foot-index .footr dl dd a:hover {
  color: #e94f25;
}

.foot-bg .foot-index .footr dl:last-child {
  width: auto;
  float: right;
}

.foot-bg .cop {
  margin-top: 55px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.foot-bg .cop a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.foot-bg .cop a:hover {
  color: #e94f25;
}

.foot-bg .cop .copl {
  width: 780px;
  line-height: 28px;
}
